home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NASA Climatology Interdisciplinary Data Collection
/
NASA Climatology Interdisciplinary Data Collection - Disc 4.iso
/
software
/
grads
/
lib
/
functions
/
curdtgm.gf
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-17
|
299 b
|
15 lines
function curdtgm
*
* convert current time to monthly dtg
*
moname='JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC'
'q time'
t1=subwrd(result,3)
iyr=substr(t1,11,2)
nmo=substr(t1,6,3)
ida=substr(t1,4,2)
i=1
while (nmo!=subwrd(moname,i));i=i+1;endwhile
imo=i
return (iyr*100+imo)